| Package | Description |
|---|---|
| edu.claflin.finder.algo |
Contains the Algorithm code for finding bipartite subgraphs.
|
| Modifier and Type | Field and Description |
|---|---|
private Algorithm.GraphSortOrder |
Algorithm.sortOrder |
| Modifier and Type | Method and Description |
|---|---|
Algorithm.GraphSortOrder |
Algorithm.getGraphSortOrder() |
static Algorithm.GraphSortOrder |
Algorithm.GraphSortOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm.GraphSortOrder[] |
Algorithm.GraphSortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Algorithm.setGraphSortOrder(Algorithm.GraphSortOrder gso) |